Hello,
I haven’t verified it yet, but this might be linked to the following known issue from Xcode 15 beta 3 release notes :
visionOS projects that use the @Observable property wrapper will fail to build in Xcode 15 beta 3. (111494849)
Workaround: Continue using Xcode 15 beta 2.
Post
Replies
Boosts
Views
Activity
Hello, I noticed the same issue. It seems like a bug but there are no mentions of it in the visionOS release notes.
Furthermore, when adding ornaments to an AVPlayerViewController full screen, the ornaments do appear but are faded out by the player views‘ edges, as part of this “invisible” window that can be dragged around, with the ornaments following it, but with no effect on the player view.
Hello, same for me here. The only workaround I found is to wrap the main view in a GeometryReader and set each ornaments‘ frame proportionally to the proxy’s width and height. But that seems like an odd default behavior. For instance, tool bars and tab bars as ornaments resize and set their position relative to the window automatically.